ServiceGetNonIndexableItemDetails Method (IListString, Int32, String, SearchPageDirection, Boolean) |
Gets the non indexable item details.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic GetNonIndexableItemDetailsResponse GetNonIndexableItemDetails(
IList<string> mailboxes,
int pageSize,
string pageItemReference,
SearchPageDirection pageDirection,
bool searchArchiveOnly
)
Public Function GetNonIndexableItemDetails (
mailboxes As IList(Of String),
pageSize As Integer,
pageItemReference As String,
pageDirection As SearchPageDirection,
searchArchiveOnly As Boolean
) As GetNonIndexableItemDetailsResponse
Parameters
- mailboxes
- Type: System.Collections.GenericIListString
The mailboxes. - pageSize
- Type: SystemInt32
Size of the page. - pageItemReference
- Type: SystemString
The page item reference. - pageDirection
- Type: Independentsoft.ExchangeSearchPageDirection
The page direction. - searchArchiveOnly
- Type: SystemBoolean
if set to true [search archive only].
Return Value
Type:
GetNonIndexableItemDetailsResponseGetNonIndexableItemDetailsResponse.
See Also